CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - owner draw

搜索资源列表

  1. DrawImgOnDlg

    0下载:
  2. 结合网上的代码,找到了两种全图显示的办法。 第一种是使用GDI+,同样需要使用到picture control,不过这次需要设置属性->杂项->type,选择Owner Draw类型。然后从CStatic类中派生出一个新类:CGdiPlusImgCtrl。重载DrawItem函数来实现绘制图像 可能你觉得使用GDI+麻烦,需要对GDI+环境进行初始化,打包程序又得附带gdiplus.dll。那么我介绍的第二种方法使用GDI就没这么麻烦了。 第一种是使用GDI,同样需要使
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-18
    • 文件大小:5067993
    • 提供者:朱小明
  1. DrawButton

    0下载:
  2. 自绘按钮,在MFC中通过CButton类的DrawItem函数来实现自绘一个按钮,使其看上去更美观-Since the draw button, through CButton in MFC classes to implement owner-draw DrawItem function of a button, and make it look more beautiful
  3. 所属分类:Button control

    • 发布日期:2017-05-24
    • 文件大小:7688858
    • 提供者:monzart
  1. SkinListDone

    0下载:
  2. listview自绘demo,包含有滚动条的自绘内容-listview from the painting demo, contains the contents of the scroll bar' s owner-draw
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-05-24
    • 文件大小:8128026
    • 提供者:nioland
  1. odib

    0下载:
  2. 纯C语言开发的图标/图片按钮源代码,这个程序中使用了字体font, 绘制形状shape, 绘制边edge, 绘制颜色color, 使用刷子brush 和钢笔pen完成。 -Although Windows has a really cool GUI, sometimes the way standard buttons look quite does not meet our requirements. We may then choose buttons with a style call
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:309223
    • 提供者:林月
  1. OwnerDrawn

    0下载:
  2. Owner draw button in wtl on C++ list wtl button owner draw
  3. 所属分类:Button control

    • 发布日期:2017-04-23
    • 文件大小:32501
    • 提供者:Buggy
  1. UniButtonProj1_0

    0下载:
  2. uni button on wtl on C++ owner draw button na c-uni button on wtl on C++ owner draw button na c++
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-14
    • 文件大小:3374307
    • 提供者:Buggy
  1. QJJ_CTRL

    0下载:
  2. 自绘感应式金属按钮,是目前所有按钮控件中最好看,最实用,而且是系统不提供的。-owner draw sensitive metal style button
  3. 所属分类:Button control

    • 发布日期:2017-04-04
    • 文件大小:2935
    • 提供者:aqiao
  1. TabDialog_demo1

    0下载:
  2. tab控件的用法,标签控件的用法。Nowadays dialog based applications are becoming more and more popular. To make my future development for dialog based application easier I worked out this CTabDialog, which operates like a Tab control, but gives you more chance to ha
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-01
    • 文件大小:45200
    • 提供者:申夏
  1. CListCtrlStyleSample

    0下载:
  2. VC++ 6.0 List Ctrl Owner draw, user defined type
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-30
    • 文件大小:24285
    • 提供者:Vincent
  1. CListCtrlStyled

    0下载:
  2. VC++ 6.0 List Ctrl Owner draw, user defined type sapmle2
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-09
    • 文件大小:12172
    • 提供者:Vincent
  1. FasterFontCombo_src

    0下载:
  2. This an enhanced font combo box. TO use it in your code do remember to set the combo to have owner draw fixed and has string property.-This is an enhanced font combo box. TO use it in your code do remember to set the combo to have owner draw fixed a
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-31
    • 文件大小:14191
    • 提供者:JJWang
  1. ColourPickerCB_demo

    0下载:
  2. Color selection combo box. To use it in your code do remember to set the owner draw fixed and has string property.
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-31
    • 文件大小:27105
    • 提供者:JJWang
  1. ListCtrlCustomDraw_c200923

    0下载:
  2. 自绘列表框,实现行和列的自绘。通过NM_CUSTOMDRAW 实现。-draw can be thought of as a light-weight, easier-to-use version of owner draw
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-04
    • 文件大小:28556
    • 提供者:陈南
  1. BitmapButtonStd

    0下载:
  2. Owner draw button with bitmap state
  3. 所属分类:Button control

    • 发布日期:2017-04-07
    • 文件大小:2693
    • 提供者:manulemalin722
  1. Button_derict_src

    0下载:
  2. derict ui设计,示例提供自绘按钮-derict ui design, to provide owner-draw button sample
  3. 所属分类:Button control

    • 发布日期:2017-04-01
    • 文件大小:55244
    • 提供者:yjy
  1. TstWtl

    0下载:
  2. 使用 WTL 自绘标题的一个尝试,使用 VC6 的工程,欢迎大家提出宝贵意见和建议。 感谢!-Owner draw caption bar using WTL。
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-04
    • 文件大小:180744
    • 提供者:goushi
  1. selfpaintingbutton

    0下载:
  2. 主要是利用控件的自绘功能(Owner Draw)实现的。本篇将和各位一起定义一个XP风格的CXPButton按钮类,目的不在于介绍CXPButton类的使用技巧,而在于向各位阐述实现自绘按钮的方法。当然如果你觉得CXPButton有用的话,也可以把它的源文件保存下来,直接加入到自己的项目中。-The use of the control function of self-painting,make a CxpButton style of xp,The purpose is not to cla
  3. 所属分类:Button control

    • 发布日期:2017-04-10
    • 文件大小:1898947
    • 提供者:王彦如
  1. code

    0下载:
  2. 自绘菜单(替换法)这个自绘菜单既适用与弹出菜单也适用与下来菜单-Since the draw menu (substitution) This only applies to owner-draw menus and pop-up menu also applicable to and down the menu
  3. 所属分类:Menu control

    • 发布日期:2017-04-01
    • 文件大小:4936
    • 提供者:chinaeping
  1. OwnerDraw_src_demo

    0下载:
  2. 一般情況下,按鈕的繪製工作是由相同完成的,但是有時我們覺得系統繪製的效果太單調,想使自己的按鈕與眾不同,這時你可以選中控件的Owner draw屬性。選擇了這個屬性後,系統便不再繪製該控件,而是當需要顯示控件時,系統會發送WM_DRAWITEM消息給CButton類(對於SDK編程,消息通常是發給父窗口)。對於其他控件,如ListBox,系統在發送WM_DRAWITEM消息前,還發送WM_MEASUREITEM消息,主要是讓你設置ListBox中每個項目的高度-Under normal circ
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:23030
    • 提供者:testtestwu
  1. VividTree

    0下载:
  2. 一个实现CTreeCtrl自绘的简单类,可帮助初学控件自绘的人入门-A realization of a simple owner-draw CTreeCtrl class to help beginners who control entry from the painting
  3. 所属分类:TreeView

    • 发布日期:2017-03-30
    • 文件大小:6029
    • 提供者:qiaojiehua
« 1 23 4 »
搜珍网 www.dssz.com